NetworkConfigOrBuilder

interface NetworkConfigOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard

acquire an address via DHCP or assign static
.meshtastic.Config.NetworkConfig.AddressMode address_mode = 7;
Link copied to clipboard
abstract fun getAddressModeValue(): Int

acquire an address via DHCP or assign static
.meshtastic.Config.NetworkConfig.AddressMode address_mode = 7;
Link copied to clipboard
abstract fun getEnabledProtocols(): Int

Flags for enabling/disabling network protocols
uint32 enabled_protocols = 10;
Link copied to clipboard
abstract fun getEthEnabled(): Boolean

Enable Ethernet
bool eth_enabled = 6;
Link copied to clipboard

struct to keep static address
.meshtastic.Config.NetworkConfig.IpV4Config ipv4_config = 8;
Link copied to clipboard

struct to keep static address
.meshtastic.Config.NetworkConfig.IpV4Config ipv4_config = 8;
Link copied to clipboard
abstract fun getIpv6Enabled(): Boolean

Enable/Disable ipv6 support
bool ipv6_enabled = 11;
Link copied to clipboard
abstract fun getNtpServer(): String

NTP server to use if WiFi is conneced, defaults to `meshtastic.pool.ntp.org`
string ntp_server = 5;
Link copied to clipboard
abstract fun getNtpServerBytes(): ByteString

NTP server to use if WiFi is conneced, defaults to `meshtastic.pool.ntp.org`
string ntp_server = 5;
Link copied to clipboard
abstract fun getRsyslogServer(): String

rsyslog Server and Port
string rsyslog_server = 9;
Link copied to clipboard
abstract fun getRsyslogServerBytes(): ByteString

rsyslog Server and Port
string rsyslog_server = 9;
Link copied to clipboard
abstract fun getWifiEnabled(): Boolean

Enable WiFi (disables Bluetooth)
bool wifi_enabled = 1;
Link copied to clipboard
abstract fun getWifiPsk(): String

If set, will be use to authenticate to the named wifi
string wifi_psk = 4;
Link copied to clipboard
abstract fun getWifiPskBytes(): ByteString

If set, will be use to authenticate to the named wifi
string wifi_psk = 4;
Link copied to clipboard
abstract fun getWifiSsid(): String

If set, this node will try to join the specified wifi network and
acquire an address via DHCP
string wifi_ssid = 3;
Link copied to clipboard
abstract fun getWifiSsidBytes(): ByteString

If set, this node will try to join the specified wifi network and
acquire an address via DHCP
string wifi_ssid = 3;
Link copied to clipboard
abstract fun hasIpv4Config(): Boolean

struct to keep static address
.meshtastic.Config.NetworkConfig.IpV4Config ipv4_config = 8;